home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMFILEOPENHISTORY / TFORMFILEOPENHISTORY.txt
Encoding:
Text File  |  1997-12-06  |  1.8 KB  |  85 lines

  1. object FormFileOpenHistory: TFormFileOpenHistory
  2.   Left = 38
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Files'
  7.   ClientHeight = 170
  8.   ClientWidth = 562
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListBoxHistory: TListBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 562
  24.     Height = 134
  25.     Align = alTop
  26.     ExtendedSelect = False
  27.     IntegralHeight = True
  28.     ItemHeight = 13
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     TabOrder = 0
  32.     OnClick = ListBoxHistoryClick
  33.     OnDblClick = ButtonOpenClick
  34.     OnKeyDown = ListBoxHistoryKeyDown
  35.     OnMouseDown = ListBoxHistoryMouseDown
  36.   end
  37.   object ButtonOpen: TButton
  38.     Left = 4
  39.     Top = 140
  40.     Width = 77
  41.     Height = 25
  42.     Hint = 'Use the currently selected entry and close'
  43.     Caption = '&OK'
  44.     ParentShowHint = False
  45.     ShowHint = True
  46.     TabOrder = 1
  47.     OnClick = ButtonOpenClick
  48.   end
  49.   object ButtonDeleteEntry: TButton
  50.     Left = 88
  51.     Top = 140
  52.     Width = 77
  53.     Height = 25
  54.     Hint = 'Delete the currently selected entry'
  55.     Caption = '&Delete Entry'
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     TabOrder = 2
  59.     OnClick = ButtonDeleteEntryClick
  60.   end
  61.   object ButtonClose: TButton
  62.     Left = 172
  63.     Top = 140
  64.     Width = 77
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = '&Close'
  68.     ParentShowHint = False
  69.     ShowHint = False
  70.     TabOrder = 3
  71.     OnClick = ButtonCloseClick
  72.   end
  73.   object ButtonHelp: TButton
  74.     Left = 256
  75.     Top = 140
  76.     Width = 77
  77.     Height = 25
  78.     Caption = '&Help'
  79.     ParentShowHint = False
  80.     ShowHint = False
  81.     TabOrder = 4
  82.     OnClick = ButtonHelpClick
  83.   end
  84. end
  85.